home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / q4tool.zip / Q4T.BI < prev    next >
Text File  |  1990-07-24  |  702b  |  24 lines

  1. '----------------------------------------------------------------------------
  2. '                            **    Q4T.BI    **
  3. '     The $INCLUDE file needed for the operation of Q4T.QLB and Q4T.LIB
  4. '                 Written by R. J. Crouch  -  April 1990
  5. '                     Copyright  -  1990  -  CareWare
  6. '----------------------------------------------------------------------------
  7.  
  8. DECLARE FUNCTION Ctr! (strg$)
  9. DECLARE SUB Delay (lenght!, Forced%)
  10.  
  11. TYPE RegType
  12.    ax    AS INTEGER
  13.    bx    AS INTEGER
  14.    cx    AS INTEGER
  15.    dx    AS INTEGER
  16.    bp    AS INTEGER
  17.    si    AS INTEGER
  18.    di    AS INTEGER
  19.    flags AS INTEGER
  20.    ds    AS INTEGER
  21.    es    AS INTEGER
  22. END TYPE
  23.  
  24.